home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / prgtools / prtsut53.zip / SU1SRC.ZIP / BANDMAIN.DFM / BANDMAIN.txt
Text File  |  1997-02-16  |  7KB  |  254 lines

  1. object BandDemo: TBandDemo
  2.   Left = 314
  3.   Top = 168
  4.   Width = 640
  5.   Height = 475
  6.   Caption = 'BandDemo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 632
  18.     Height = 448
  19.     Align = alClient
  20.     BorderWidth = 10
  21.     TabOrder = 0
  22.     object Panel2: TPanel
  23.       Left = 11
  24.       Top = 11
  25.       Width = 610
  26.       Height = 426
  27.       Align = alClient
  28.       BevelOuter = bvLowered
  29.       TabOrder = 0
  30.       object FishDemo: TButton
  31.         Left = 24
  32.         Top = 186
  33.         Width = 265
  34.         Height = 28
  35.         Caption = '&Fish Demo - 1 Entity'
  36.         TabOrder = 2
  37.         OnClick = FishDemoClick
  38.       end
  39.       object Master: TButton
  40.         Left = 24
  41.         Top = 243
  42.         Width = 265
  43.         Height = 28
  44.         Caption = '&Master - 1 Entity'
  45.         TabOrder = 4
  46.         OnClick = MasterClick
  47.       end
  48.       object MasterDetail: TButton
  49.         Left = 24
  50.         Top = 300
  51.         Width = 265
  52.         Height = 28
  53.         Caption = 'Ma&ster - Detail - 1 Entity'
  54.         TabOrder = 6
  55.         OnClick = MasterDetailClick
  56.       end
  57.       object Detail: TButton
  58.         Left = 24
  59.         Top = 357
  60.         Width = 265
  61.         Height = 28
  62.         Caption = '&Detail - 1 Entity'
  63.         TabOrder = 8
  64.         OnClick = DetailClick
  65.       end
  66.       object Chain: TButton
  67.         Left = 320
  68.         Top = 156
  69.         Width = 265
  70.         Height = 28
  71.         Caption = '&Chain Letter - 1 Entity'
  72.         TabOrder = 10
  73.         OnClick = ChainClick
  74.       end
  75.       object MasterDetailDetail: TButton
  76.         Left = 320
  77.         Top = 214
  78.         Width = 265
  79.         Height = 28
  80.         Caption = 'Maste&r - Detail - Detail - 1 Entity'
  81.         TabOrder = 12
  82.         OnClick = MasterDetailDetailClick
  83.       end
  84.       object Exit: TButton
  85.         Left = 320
  86.         Top = 357
  87.         Width = 265
  88.         Height = 57
  89.         Caption = '&Exit'
  90.         ModalResult = 1
  91.         TabOrder = 14
  92.         OnClick = ExitClick
  93.       end
  94.       object FishDemoAll: TButton
  95.         Left = 24
  96.         Top = 214
  97.         Width = 265
  98.         Height = 28
  99.         Caption = 'F&ish Demo - All Entities'
  100.         TabOrder = 3
  101.         OnClick = FishDemoAllClick
  102.       end
  103.       object MasterAll: TButton
  104.         Left = 24
  105.         Top = 272
  106.         Width = 265
  107.         Height = 28
  108.         Caption = 'M&aster - All Entities'
  109.         TabOrder = 5
  110.         OnClick = MasterAllClick
  111.       end
  112.       object MasterDetailAll: TButton
  113.         Left = 24
  114.         Top = 329
  115.         Width = 265
  116.         Height = 28
  117.         Caption = 'Mas&ter - Detail - All Entities'
  118.         TabOrder = 7
  119.         OnClick = MasterDetailAllClick
  120.       end
  121.       object DetailAll: TButton
  122.         Left = 24
  123.         Top = 386
  124.         Width = 265
  125.         Height = 28
  126.         Caption = 'D&etail - All Entities'
  127.         TabOrder = 9
  128.         OnClick = DetailAllClick
  129.       end
  130.       object ChainAll: TButton
  131.         Left = 320
  132.         Top = 185
  133.         Width = 265
  134.         Height = 28
  135.         Caption = 'C&hain Letter - All Entities'
  136.         TabOrder = 11
  137.         OnClick = ChainAllClick
  138.       end
  139.       object MasterDetailDetailAll: TButton
  140.         Left = 320
  141.         Top = 242
  142.         Width = 265
  143.         Height = 28
  144.         Caption = '&Master - Detail - Detail - All Entities'
  145.         TabOrder = 13
  146.         OnClick = MasterDetailDetailAllClick
  147.       end
  148.       object Various: TButton
  149.         Left = 24
  150.         Top = 157
  151.         Width = 265
  152.         Height = 28
  153.         Caption = '&Printable Components'
  154.         ModalResult = 1
  155.         TabOrder = 1
  156.         OnClick = VariousClick
  157.       end
  158.       object Memo1: TMemo
  159.         Left = 8
  160.         Top = 8
  161.         Width = 593
  162.         Height = 137
  163.         Font.Color = clBlack
  164.         Font.Height = -13
  165.         Font.Name = 'Arial'
  166.         Font.Style = []
  167.         Lines.Strings = (
  168.           'Please Note:'
  169.           ''
  170.           
  171.             'The "Printable Components" button previews most  of the BandIt a' +
  172.             'nd CBSuite supported printable '
  173.           'VCL components (DBE and non-BDE)'
  174.           ''
  175.           
  176.             'BandIt and CBSuite now support the printing of the OCX ChartFX c' +
  177.             'omponent from Software FX Inc '
  178.           
  179.             'which is supplied with Delphi 2. It also supports the printing a' +
  180.             'nd flowing of the RichEdit text onto '
  181.           'multiple pages and multiple columns, etc.'
  182.           ''
  183.           
  184.             'In the Bandit demo directory there are 2 files named CBTests and' +
  185.             ' CBTests2. These files contain '
  186.           
  187.             'custom components which has been made BandIt and CBSuite print-a' +
  188.             'ware. You can do that to '
  189.           'any '
  190.           
  191.             'component which you have the source code of. Compile these files' +
  192.             ', add them as components and '
  193.           'voila! ... they are printable.'
  194.           ''
  195.           
  196.             'Sometimes you do no even need the source code. The ChartFX print' +
  197.             ' compatibility was '
  198.           'implemented'
  199.           'by using the print methods of the well-designed ChartFX OCX.'
  200.           ''
  201.           
  202.             'That means you can print any component mixed with the Various co' +
  203.             'mponents '
  204.           'down below.'
  205.           ''
  206.           
  207.             'We will soon be releasing a HELP file which includes all the pri' +
  208.             'nt methods.'
  209.           ''
  210.           'Calitz Bros. ')
  211.         ParentFont = False
  212.         ScrollBars = ssVertical
  213.         TabOrder = 0
  214.       end
  215.       object DetailDemo: TButton
  216.         Left = 320
  217.         Top = 271
  218.         Width = 265
  219.         Height = 28
  220.         Caption = 'Detail Demo - Groups'
  221.         TabOrder = 15
  222.         OnClick = DetailDemoClick
  223.       end
  224.       object LabelDemo: TButton
  225.         Left = 320
  226.         Top = 300
  227.         Width = 265
  228.         Height = 28
  229.         Caption = 'Label Demo '
  230.         TabOrder = 16
  231.         OnClick = LabelDemoClick
  232.       end
  233.       object RichDemo: TButton
  234.         Left = 320
  235.         Top = 329
  236.         Width = 265
  237.         Height = 28
  238.         Caption = 'Rich Text and ChartFX Demo (Delphi 2)'
  239.         TabOrder = 17
  240.         OnClick = RichDemoClick
  241.       end
  242.     end
  243.   end
  244.   object OpenDialog1: TOpenDialog
  245.     DefaultExt = 'rtf'
  246.     FileEditStyle = fsEdit
  247.     FileName = '*.rtf'
  248.     Filter = 'RTF Files (*.RTF)|*.RTF'
  249.     Title = 'Select an RTF File'
  250.     Left = 427
  251.     Top = 395
  252.   end
  253. end
  254.